PATH![]() |
![]() ![]() |
When calling the MPAllocateAligned function, you can specify optional actions by passing a constant of type OptionBits in the options parameter.
enum {
/* Values for the options parameter to MPAllocateAligned.*/
kMPAllocateClearMask = 0x0001,
kMPAllocateGloballyMask = 0x0002,
kMPAllocateResidentMask = 0x0004,
kMPAllocateNoGrowthMask = 0x0010
};